Hello everyone,
Sorry for newbie question, when I run redis and postgres examples locally everything works fine, but when I tried to run redis and postgres examples by using docker the following errors appear:
-
For redis example

-
For postgres example

After studying "A complete microservice demo example which works fine, I added DNS_SERVER: 127.0.0.11:53 variable in docker-compose file at postgres and redis example.

Postgres example works now.

But this trick not works for redis example. If you have some time, could you please help me to manage with issue in redis example?
Thanks,
Roman
Hello everyone,
Sorry for newbie question, when I run redis and postgres examples locally everything works fine, but when I tried to run redis and postgres examples by using docker the following errors appear:
For redis example

For postgres example

After studying "A complete microservice demo example which works fine, I added

DNS_SERVER: 127.0.0.11:53variable in docker-compose file at postgres and redis example.Postgres example works now.

But this trick not works for redis example. If you have some time, could you please help me to manage with issue in redis example?
Thanks,
Roman